Global Index
HTML5 JS API Index > Media Tutorials & Specs

TimeRanges

Properties
unsigned long
length
The length IDL attribute must return the number of ranges represented by the object.
Operations
double
end(unsigned long index)
The end(index) method must return the position of the end of the indexth range represented by the object, in seconds measured from the start of the timeline that the object covers.
double
start(unsigned long index)
The start(index) method must return the position of the start of the indexth range represented by the object, in seconds measured from the start of the timeline that the object covers.
Referenced by
HTMLMediaElementseekable
MediaControllerseekable